home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00193_Script_StartScrew < prev    next >
Text File  |  1999-02-25  |  2KB  |  63 lines

  1. on enterFrame
  2.   
  3.   puppetSprite 22, 1
  4.   puppetSprite 23, 1
  5.   
  6.   puppetSprite 41, 1
  7.   puppetSprite 42, 1
  8.   puppetSprite 43, 1
  9.   puppetSprite 44, 1
  10.   puppetSprite 45, 1
  11.   puppetSprite 46, 1
  12.   puppetSprite 47, 1
  13.   puppetSprite 48, 1
  14.   puppetSprite 49, 1
  15.   puppetSprite 50, 1 
  16.   
  17.   set the visibility of sprite 30 = FALSE
  18.   
  19.   set the visibility of sprite 39 = TRUE
  20.   
  21.   set the visibility of sprite 48 = FALSE
  22.   set the visibility of sprite 49 = FALSE
  23.   
  24.   set the visibility of sprite 46 = FALSE
  25.   set the visibility of sprite 47 = FALSE
  26.   
  27.   set the visibility of sprite 50 = FALSE
  28.   
  29.   puppetSound 2, "camerasound"
  30.   
  31.   set the visibility of sprite 22 = TRUE
  32.   set the visibility of sprite 23 = TRUE 
  33.   
  34.   set the moveableSprite of sprite 22 = TRUE
  35.   set the moveableSprite of sprite 23 = TRUE
  36.   
  37.   if the memberNum of sprite 22 = 217 then
  38.     set the visibility of sprite 41 = 0
  39.     set the visibility of sprite 42 = 0
  40.     set the visibility of sprite 43 = 0
  41.     set the visibility of sprite 44 = 0
  42.     set the visibility of sprite 46 = 0
  43.   end if
  44.   
  45.    if the visibility of sprite 41 = FALSE then
  46.     set the memberNum of sprite 22 = 217
  47.   end if
  48.   
  49.   if the memberNum of sprite 23 = 218 then
  50.     set the visibility of sprite 45 = 0
  51.     set the visibility of sprite 47 = 0
  52.     set the visibility of sprite 49 = 0
  53.   end if
  54.   
  55.   if the visibility of sprite 45 = FALSE then
  56.     set the memberNum of sprite 23 = 218
  57.   end if
  58.   
  59.   
  60.   updateStage
  61.   cursor -1
  62. end
  63.